home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Project_3 / Calculator.h < prev    next >
Text File  |  1995-06-12  |  270b  |  22 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. #define TEMP 1
  7. #define SQROOT 2
  8.  
  9. @interface Calculator:Object
  10. {
  11.     id    outputForm;
  12.     id    inputForm;
  13.     int calcType;
  14. }
  15.  
  16. - init;
  17. - calculate:sender;
  18. - convertToTemp:sender;
  19. - convertToSqRoot:sender;
  20.  
  21. @end
  22.